home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18268 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  998 b 

  1. Path: lerc.nasa.gov!purdue!yuma!yuma!not-for-mail
  2. From: schroed@schubert.cs.colostate.edu ( stephen schroeder)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Survey: recursive
  5. Date: 19 Apr 1996 12:41:29 -0600
  6. Organization: Computer Science Department, Colorado State University
  7. Distribution: world
  8. Message-ID: <4l8mop$o10@schubert.cs.colostate.edu>
  9. References: <4l6s7e$19i0@sol.caps.maine.edu>
  10. NNTP-Posting-Host: schubert.cs.colostate.edu
  11.  
  12.  
  13. In article <4l6s7e$19i0@sol.caps.maine.edu>, Scott <slary61@maine.maine.edu> writes:
  14. |> I am trying to get a feel of how long it would take an 
  15. |> average programmer to accomplish the following.  
  16. |> 
  17. |> Write a recursive function that determines the lowest
  18. |> common denominator between two rational numbers for the
  19. |> first time.  You may assume that you have a class rational 
  20. |> that does not include this method.  You have material 
  21. |> describing class rational, but no other reference material.
  22. |> 
  23. |> The clock starts now.
  24. |> Thanks
  25. |> 
  26. |> 
  27.  
  28.     cout<<1<<endl;
  29.